@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */
@font-face {
  font-family: "思源黑体";
  src: url("SourceHanSansSC-Normal.otf");
}
* { 
  font-family: "思源黑体";
}
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  /*.footer-copyright > small {
    font-family: Arial, Helvetica, "sans-serif";
  }*/
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  .breadcrumbs > li > a:hover {
    opacity: .7;
  }
  
  /* ----- transition ----- */
  .footer-assist .assist_search {
    -webkit-transition: top .2s ease-out 0s;
    transition: top .2s ease-out 0s;
  }
  .AssistClone {
    -webkit-transition: top .5s ease-out 0s;
    transition: top .5s ease-out 0s;
  }
  .assist-search:not(.is-ride),
  .assist-navi:not(.is-ride) {
    -webkit-transition: bottom .5s ease-out 0s;
    transition: bottom .5s ease-out 0s;
  }
  .header-utility .utility_links > li > a::after,
  .gnav-list > li > a > .gnav_label::after,
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a > .sitemap_tab_label::before {
    -webkit-transition: width .2s ease-out 0s;
    transition: width .2s ease-out 0s;
  }
  .assist-utility .utility_heading .utility_close > a::before,
  .assist-utility .utility_heading .utility_close > a::after,
  .assist-navi .navi_button .navi_trigger:hover .navi_label::after,
  .footer-policy .policy_action > [class*="policy_"] {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .footer-sitemap .sitemap_links > li > a::after {
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  .assist-navi .navi_button .navi_trigger::before,
  .assist-navi .navi_button .navi_trigger::after,
  .footer-assist .assist_buttons > li.type-menu > a::before,
  .footer-assist .assist_buttons > li.type-menu > a::after {
    -webkit-transition: transform .2s ease-out 0s;
    transition: transform .2s ease-out 0s;
  }
  .footer-assist .assist_buttons > li.type-pagetop > a::after,
  .footer-assist .assist_buttons > li.type-menu > a::before,
  .footer-assist .assist_buttons > li.type-menu > a::after,
  .footer-utility .utility_pagetop > a::after {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  
  /* ----- sprite ----- */
  .header-utility .utility_links > li > a::before,
  .footer-utility .utility_links > li > a::after {
    display: inline-block;
    background-image: url(../img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .header-utility .utility_links > li.type-contact > a::before { width: 26px; height: 20px; background-position: 0px 0px; }
  .header-utility .utility_links > li.type-contact > a:not(.is-active):hover::before { width: 26px; height: 20px; background-position: -40px 0px; }
  .header-utility .utility_links > li.type-contact > a.is-active::before { width: 26px; height: 20px; background-position: -80px 0px; }
  .footer-utility .utility_links > li.type-contact > a::after { width: 26px; height: 20px; background-position: 0px 0px; }
  .footer-utility .utility_links > li.type-contact > a:hover::after { width: 26px; height: 20px; background-position: -160px 0px; }
  .header-utility .utility_links > li.type-lang > a::before { width: 27px; height: 27px; background-position: 0px -40px; }
  .header-utility .utility_links > li.type-lang > a:not(.is-active):hover::before { width: 27px; height: 27px; background-position: -40px -40px; }
  .header-utility .utility_links > li.type-lang > a.is-active::before { width: 27px; height: 27px; background-position: -80px -40px; }
  .footer-utility .utility_links > li.type-lang > a::after { width: 27px; height: 27px; background-position: 0px -40px; }
  .footer-utility .utility_links > li.type-lang > a:hover::after { width: 27px; height: 27px; background-position: -160px -40px; }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 80px;
    background-color: #fff;
  }
  body.is-active-colorbox .Header {
    z-index: 9999;
  }
  .HeaderBody {
  }
  
  /* ----- header-identity ----- */
  .header-identity {
    float: left;
    padding: 15px 0 0 75px;
  }
  .header-identity .identity_logo > a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .header-identity .identity_logo .identity_brand {
    margin-right: 12px;
  }
  .header-identity .identity_logo .identity_brand img {
    width: 210px;
    height: auto;
  }
  .header-identity .identity_logo .identity_statement {
    padding-top: 4px;
  }
  .header-identity .identity_logo .identity_statement img {
    width: 264px;
    height: auto;
  }
  .w-100 {
    width: 100%;
  }
  /* ----- header-utility ----- */
  .header-utility {
    float: right;
    padding: 0 50px 0 0;
  }
  .header-utility .utility_links {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .header-utility .utility_links > li {
    margin-left: 20px;
  }
  .header-utility .utility_links > li > a {
    display: block;
    position: relative;
    width: 40px;
    height: 80px;
    background-color: #fff;
    text-indent: -9999em;
    outline: none;
  }
  .header-utility .utility_links > li > a::before {
    position: absolute;
    left: 50%;
    content: "";
  }
  .header-utility .utility_links > li.type-contact > a::before {
    top: 27px;
    margin-left: -13px;
  }
  .header-utility .utility_links > li.type-lang > a::before {
    top: 24px;
    margin-left: -13px;
  }
  .header-utility .utility_links > li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #e60012;
    content: "";
  }
  .header-utility .utility_links > li > a.is-active::after {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #cfcfcf;
    background-color: #fff;
  }
  .GnavBody {
  }
  
  /* ----- gnav-list ----- */
  .gnav-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .gnav-list > li {
    position: relative;
    width: calc(100% / 4);
  }
  .gnav-list > li:not(:last-child)::after {
    position: absolute;
    top: .6em;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    content: "";
  }
  .gnav-list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: #333;
    font-size: 2.2rem;
   /* line-height:2.2;*/
    text-decoration: none;
  }
  .gnav-list > li > a > .gnav_label {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
  }
  .gnav-list > li > a > .gnav_label::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #e60012;
    content: "";
  }
  .gnav-list > li > a:hover {
    color: #e60012;
  }
/*  .gnav-list > li.active > a {
    color: #e60012;
  }*/
  .gnav-list > li:not(.is-current) > a:hover > .gnav_label::after {
    width: 100%;
  }
  .gnav-list > li.is-current > a > .gnav_label::after {
    width: 100%;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    padding-top: 130px;
  }
  .MainBody {
    overflow: hidden;
  }
  .box_detail p {
    line-height: 2em;
    margin-bottom: 1em;
  }
  /* ----- pageGuide ----- */
  .pageGuide {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 40px;
  }
  /* breadcrumbs */
  .breadcrumbs {
    padding-right: 220px;
  }
  .container[data-wide="true"] .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs > li {
    position: relative;
    float: left;
    margin: 0 20px 5px 0;
    padding: 0 20px 0 0;
    font-size: 1.4rem;
  }
  .breadcrumbs > li::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #666;
    font-weight: normal !important;
    content: "/";
  }
  .breadcrumbs > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumbs > li:last-child::after {
    display: none;
  }
  .breadcrumbs > li > a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    color: #666;
    text-decoration: none;
  }
  .breadcrumbs > li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    content: "";
  }
  /* languages */
  .languages {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: absolute;
    top: 15px;
    right: 40px;
  }
  .languages > li {
    margin-left: 10px;
  }
  .languages > li > a {
    display: inline-block;
    min-width: 85px;
    padding: 6px 12px;
    background-color: #f7f7fa;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
  }
  .languages > li > a:hover {
    background-color: #333;
    color: #f7f7fa;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  
  /* ----- container ----- */
  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px 170px;
  }
  /* contents */
  .contents {
  }
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }

  .single .article-news {
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .single .article-news p{
    line-height: 2em;
    margin-bottom: 1em;
    text-indent: 2em;
  }
  .single .article-news p img {
    margin-left: -2em;
    max-width: 100%;
  }
  [class*="contents-wrap"] > *:first-child,
  [class*="contents-wrap"] > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  
  }
  [data-sidebar="true"] .contents {
    float: left;
    width: 912px;
  }
  /* sidebar */
  .sidebar {
  }
  [data-sidebar="true"] .sidebar {
    float: right;
    width: 240px;
  }
  
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist {
  }
  .AssistModal {
  }
  .AssistSearch {
  }
  .AssistClone {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10000;
    width: 100%;
    margin-top: calc((70px + 1px) * 3);
  }
  .AssistClone.is-hidden {
    display: none;
  }
  body.is-active-modal .AssistClone {
    z-index: 1000;
  }
  body.is-active-colorbox .AssistClone {
    z-index: 9999;
  }
  .AssistNavi {
    position: relative;
  }
  .assist-wrap {
    position: relative;
  }
  .assist-wrap-v2 {
    padding: 0 60px;
    background-color: #444;
    overflow-y: auto;
  }
  .assist-wrap-v3 {
    padding: 0 0 0 60px;
    background-color: #2b2b2b;
  }
  
  /* ----- assist-utility----- */
  .assist-utility {
    display: none;
    position: fixed;
    top: 260px;
    left: 0;
    z-index: 2001;
    width: 100%;
    padding: 0 8%;
  }
  .assist-utility .utility_heading {
    position: relative;
    margin-bottom: 2em;
  }
  .assist-utility .utility_heading .utility_title {
    padding-right: 70px;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .assist-utility .utility_heading .utility_close {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .assist-utility .utility_heading .utility_close > a {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    text-indent: -9999em;
    outline: none;
  }
  .assist-utility .utility_heading .utility_close > a::before,
  .assist-utility .utility_heading .utility_close > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 2px;
    margin: -1px 0 0 -21px;
    background-color: #999;
    content: "";
  }
  .assist-utility .utility_heading .utility_close > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .assist-utility .utility_heading .utility_close > a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .assist-utility .utility_heading .utility_close > a:hover::before,
  .assist-utility .utility_heading .utility_close > a:hover::after {
    background-color: #fff;
  }
  .assist-utility .utility_content > *:first-child,
  .assist-utility .utility_content > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .assist-utility .utility_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .assist-utility .utility_links > li {
    display: -webkit-flex;
    display: flex;
    margin-top: 1.25em;
    margin-left: 40px;
  }
  .assist-utility .utility_links[data-count-pc="2"] > li { width: calc((100% - 40px) / 2); }
  .assist-utility .utility_links[data-count-pc="3"] > li { width: calc((100% - 80px) / 3); }
  /* for IE11 */
  [data-browser="ie11"] .assist-utility .utility_links[data-count-pc="2"] > li { width: calc(((100% - 40px) / 2) - 0.1px); }
  [data-browser="ie11"] .assist-utility .utility_links[data-count-pc="3"] > li { width: calc(((100% - 80px) / 3) - 0.1px); }
  /* for Edge */
  [data-browser="edge"] .assist-utility .utility_links[data-count-pc="2"] > li { width: calc(((100% - 40px) / 2) - 0.1px); }
  [data-browser="edge"] .assist-utility .utility_links[data-count-pc="3"] > li { width: calc(((100% - 80px) / 3) - 0.1px); }
  .assist-utility .utility_links[data-count-pc="1"] > li:nth-child(-n+1),
  .assist-utility .utility_links[data-count-pc="2"] > li:nth-child(-n+2),
  .assist-utility .utility_links[data-count-pc="3"] > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .assist-utility .utility_links[data-count-pc="1"] > li:nth-child(n+1),
  .assist-utility .utility_links[data-count-pc="2"] > li:nth-child(2n+1),
  .assist-utility .utility_links[data-count-pc="3"] > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .assist-utility .utility_links > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    color: #333;
    font-size: 2.2rem;
    line-height: 1.5;
    text-decoration: none;
  }
  .assist-utility .utility_links > li > a > .utility_links_label {
    display: inline-block;
    position: relative;
    padding: 0 20px;
  }
  .assist-utility .utility_links > li > a > .utility_links_label::after {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: 1px solid #ff2222;
    border-right: 1px solid #ff2222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .assist-utility .utility_links > li > a:hover {
    color: #ff2222;
  }
  .assist-utility .utility_contact_guide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .assist-utility .utility_contact_guide > dt {
    width: 40%;
    padding-right: 5%;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .assist-utility .utility_contact_guide > dd {
    width: 60%;
  }
  .assist-utility .utility_contact_guide > dd .utility_links[data-count-pc="2"] {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .assist-utility .utility_contact_guide > dd .utility_links[data-count-pc="2"] > li {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
  .assist-utility .utility_contact_guide > dd .utility_links[data-count-pc="2"] > li:nth-child(2n+1) {
    margin-left: 0;
  }
  
  /* ----- assist-search ----- */
  .assist-search {
    display: none;
    position: fixed;
    bottom: 142px;
    left: 50%;
    z-index: 10001;
    width: calc(100% - 480px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.is-active-colorbox .assist-search {
    z-index: 9998;
  }
  body.is-active-modal .assist-search {
    z-index: 1001;
  }
  .assist-search.is-ride {
    position: absolute;
  }
  .assist-search .search_area {
    position: relative;
  }
  .assist-search .search_area .search_box {
    width: 100%;
    background-color: #fff;
  }
  .assist-search .search_area .search_close {
    position: absolute;
    top: -27px;
    right: -27px;
    width: 31px;
    height: 31px;
  }
  .assist-search .search_area .search_close > a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #666;
    text-indent: -9999em;
    outline: none;
  }
  .assist-search .search_area .search_close > a::before,
  .assist-search .search_area .search_close > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -9px;
    background-color: #fff;
    content: "";
  }
  .assist-search .search_area .search_close > a::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .assist-search .search_area .search_close > a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .assist-search .search_area .search_close > a:hover {
    background-color: #555;
  }
  
  /* ----- assist-navi ----- */
  .assist-navi {
    position: fixed;
    left: 0;
    bottom: 40px;
    z-index: 9999;
  }
  body.is-active-modal .assist-navi {
    z-index: 999;
  }
  .assist-navi.is-ride {
    position: absolute;
    bottom: 40px !important;
  }
  .assist-navi .navi_button {
    display: inline-block;
  }
  .assist-navi .navi_button .navi_trigger {
    display: inline-block;
    position: relative;
    z-index: 9999;
    padding: 14px 26px 14px 46px;
    background-color: #666;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .assist-navi .navi_button .navi_trigger::before,
  .assist-navi .navi_button .navi_trigger::after,
  .assist-navi .navi_button .navi_trigger .navi_label::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 2;
    width: 15px;
    height: 2px;
    margin: -1px 0 0 0;
    background-color: #fff;
    content: "";
  }
  .assist-navi .navi_button .navi_trigger::before {
    margin-top: -6px;
  }
  .assist-navi .navi_button .navi_trigger::after {
    margin-top: 4px;
  }
  .assist-navi .navi_button .navi_trigger .navi_label::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 21px;
    z-index: 3;
    width: 2px;
    height: 12px;
    margin: -6px 0 0 0;
    background-color: #666;
    content: "";
  }
  .assist-navi .navi_button .navi_trigger:hover,
  .assist-navi .navi_button .navi_trigger.is-active:hover,
  .assist-navi .navi_button .navi_trigger:hover .navi_label::after {
    background-color: #555;
  }
  .assist-navi .navi_button .navi_trigger.is-active {
    background-color: #444;
  }
  .assist-navi .navi_button .navi_trigger.is-active::before {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .assist-navi .navi_button .navi_trigger.is-active::after {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .assist-navi .navi_button .navi_trigger.is-active .navi_label::before,
  .assist-navi .navi_button .navi_trigger.is-active .navi_label::after {
    display: none;
  }
  .assist-navi .navi_panel {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9998;
    width: calc(100vw - 240px);
    max-width: 960px;
    padding: 40px 60px 80px;
    background-color: #666;
  }
  .assist-navi .navi_panel .navi_follow {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto !important;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_item {
    width: calc((100% - 36px) / 2);
    margin-top: 1.5em;
    margin-left: 36px;
  }
  .assist-navi[data-navi="products-resin"] .navi_panel .navi_follow .navi_follow_item:nth-child(1) { width: calc(60% - 18px); }
  .assist-navi[data-navi="products-resin"] .navi_panel .navi_follow .navi_follow_item:nth-child(2) { width: calc(40% - 18px); }
  .assist-navi .navi_panel .navi_follow .navi_follow_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_item > *:first-child,
  .assist-navi .navi_panel .navi_follow .navi_follow_item > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping {
    margin-top: 2em;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping .navi_follow_title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping .navi_follow_links {
    display: block !important;
    margin-top: .5em;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping .navi_follow_links > li:nth-child(n+2) {
    margin-top: .75em;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping .navi_follow_links > li > a {
    color: #fff;
    font-size: 1.6rem;
  }
  .assist-navi .navi_panel .navi_follow .navi_follow_grouping .navi_follow_links > li > a::after {
    display: inline-block;
    position: relative;
    top: -2px;
    right: 2px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  
  /* ----- assist-overlay ----- */
  .assist-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    position: relative;
    z-index: 10001;
  }
  .Footer.is-loaded {
    position: static;
    z-index: 1;
  }
  .FooterBody {
  }
  .footer-wrap {
    position: relative;
  }
  .footer-wrap-v2 {
    padding: 0 60px;
    background-color: #444;
    overflow-y: auto;
  }
  .footer-wrap-v3 {
    padding: 0 0 0 60px;
    background-color: #2b2b2b;
  }
  .footer-wrap-v4 {
    padding: 12px 60px 13px;
    background-color: #fff;
  }
  
  /* ----- footer-assist ----- */
  .footer-assist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
  }
  .footer-assist .assist_buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;margin-bottom: 0;
  }
  .footer-assist .assist_buttons > li {
    height: 70px;
    margin-bottom: 1px;
  }
  .footer-wrap .footer-assist .assist_buttons > li.type-menu {
    display: none !important;
  }
  .footer-assist .assist_buttons > li > a {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    text-indent: -9999em;
    outline: none;
  }
  .footer-assist .assist_buttons > li.type-pagetop > a {
    background-color: #666;
   /* border-radius: 40px;*/
  }
  .footer-assist .assist_buttons > li.type-search   {
    display: none;
  }
  .footer-assist .assist_buttons > li.type-pagetop > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -1px 0 0 -9px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .footer-assist .assist_buttons > li.type-pagetop > a:hover {
    border-color: #fff;
    background-color: #555;
  }
  .footer-assist .assist_buttons > li.type-pagetop > a:hover::after {
    margin-top: -4px;
    border-color: #fff;
  }
  .footer-assist .assist_buttons > li.type-menu > a {
    background-color: #444;
  }
  .footer-assist .assist_buttons > li.type-menu > a::before,
  .footer-assist .assist_buttons > li.type-menu > a::after,
  .footer-assist .assist_buttons > li.type-menu > a > .assist_label::before {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2px;
    margin: 0 0 0 -13px;
    background-color: #fff;
    content: "";
  }
  .footer-assist .assist_buttons > li.type-menu > a::before { top: 27px; }
  .footer-assist .assist_buttons > li.type-menu > a > .assist_label::before { top: 35px; }
  .footer-assist .assist_buttons > li.type-menu > a::after { top: 43px; }
  .footer-assist .assist_buttons > li.type-menu > a:hover {
    background-color: #333;
  }
  .footer-assist .assist_buttons > li.type-menu > a.is-active::before,
  .footer-assist .assist_buttons > li.type-menu > a.is-active::after {
    top: 34px;
    width: 28px;
  }
  .footer-assist .assist_buttons > li.type-menu > a.is-active::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer-assist .assist_buttons > li.type-menu > a.is-active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-assist .assist_buttons > li.type-menu > a.is-active > .assist_label::before {
    display: none;
  }
  .footer-assist .assist_buttons > li.type-search > a {
    background-color: #e60012;
  }
  .footer-assist .assist_buttons > li.type-search > a.is-active {
    visibility: hidden;
  }
  .footer-assist .assist_buttons > li.type-search > a::before,
  .footer-assist .assist_buttons > li.type-search > a::after {
    position: absolute;
    content: "";
  }
  .footer-assist .assist_buttons > li.type-search > a::before {
    top: 21px;
    left: 21px;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .footer-assist .assist_buttons > li.type-search > a::after {
    top: 43px;
    left: 37px;
    width: 13px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-assist .assist_buttons > li.type-search > a:hover {
    background-color: #cf0212;
  }
  
  /* ----- footer-policy ----- */
  .footer-policy {
    padding: 30px 0;
  }
  .footer-policy .policy_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 18px 18px 18px 4%;
    background-color: #2b2b2b;
  }
  .footer-policy .policy_text {
    margin-right: 1em;
    color: #ccc;
  }
  .footer-policy .policy_action {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-policy .policy_action > [class*="policy_"] {
    display: block;
    min-width: 115px;
    margin-right: 10px;
    padding: 5px;
    border: none;
    background-color: #4b4b4b;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
  }
  .footer-policy .policy_action > [class*="policy_"]:hover {
    background-color: #5b5b5b;
  }
  
  /* ----- footer-sitemap ----- */
  .footer-sitemap {
    position: relative;
    padding: 30px 0 0px!important;
    overflow-y: auto;
  }
  .footer-policy + .footer-sitemap {
    padding-top: 0 !important;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;margin-bottom: 30px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li {
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 120px) / 4);
    margin-left: 30px;
  }
  /* for IE11 */
  [data-browser="ie11"] .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li {
    width: calc(((100% - 120px) / 4) - 0.1px);
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li:nth-child(1) {
    margin-left: 0;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
  }
/*  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a.is-active::after {
    position: absolute;
    bottom: -24px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    content: "";
  }*/
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a > .sitemap_tab_label {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 12px;
    border-bottom: 2px solid #666;
    text-align: center;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a > .sitemap_tab_label::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e60012;
    content: "";
  }
/*  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a > .sitemap_tab_label::after {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }*/
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a:hover> .sitemap_tab_label::before,
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a.is-active > .sitemap_tab_label::before {
    width: 100%;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_detail {
    display: none !important;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel {
    position: relative;
/*    min-height: 200px;*/
    margin-top: 1.25em;
    padding: 0px 50px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel::before {
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_title {
    display: none;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links {
    display: none;
        margin-bottom: 30px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li {
    float: left;
    width: calc((100% - 120px) / 5);
    margin-top: .75em;
    margin-left: 30px;
    line-height: 1.4;
  }
  /* for IE11 */
  [data-browser="ie11"] .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li {
    width: calc(((100% - 120px) / 5) - 0.1px);
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(-n+5) {
    margin-top: 0;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(5n+1) {
    clear: left;
    margin-left: 0;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li.is-single {
    clear: left !important;
    margin-top: .75em !important;
    margin-left: 0 !important;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li > a {
    color: #fff;
    font-size: 1.6rem;
  }
  .footer-sitemap .sitemap_links {
    margin-top: 1em;
  }
  .footer-sitemap .sitemap_links > li {
    float: left;
    margin-right: 50px;
  }
  .footer-sitemap .sitemap_links > li > a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }
  .footer-sitemap .sitemap_links > li > a::after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .footer-sitemap .sitemap_links > li > a:hover::after {
    border-color: #e60012;
  }
  
  /* ----- footer-identity ----- */
  .footer-identity {
    float: left;
    padding: 10px 0 0 0;

  }
  
  /* ----- footer-guide ----- */
  .footer-guide {
  }
  .footer-guide .guide_menu > li {
    float: left;
    margin-right: 40px;
  }
  .footer-guide .guide_menu > li > a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin-top: .5em;
    line-height: 1;   
  }
  .footer-copyright > small {
    color: #999;
    font-size: 1.4rem;
  }
  
  /* ----- footer-utility ----- */
  .footer-utility {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    float: right;
  }
  .footer-utility .utility_links {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 15px 25px 0 0;
  }
  .footer-utility .utility_links > li {
    display: -webkit-flex;
    display: flex;
  }
  .footer-utility .utility_links > li > a {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 60px;
    height: 60px;
    text-indent: -9999em;
    outline: none;
  }
  .footer-utility .utility_links > li > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
  }
  .footer-utility .utility_links > li.type-contact > a::after {
    margin: -10px 0 0 -13px;
  }
  .footer-utility .utility_links > li.type-lang > a::after {
    margin: -13px 0 0 -13px;
  }
  .footer-utility .utility_pagetop > a {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 90px;
    height: 90px;
    border-left: 1px solid #666;
    text-indent: -9999em;
    outline: none;
  }
  .footer-utility .utility_pagetop > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0 0 0 -9px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  .footer-utility .utility_pagetop > a:hover::after {
    margin-top: -3px;
    border-color: #fff;
  }
  
  /* ----- footer-icp ----- */
  .footer-icp .icp_links {
    display: -webkit-flex;
    display: flex;
  }
  .footer-icp .icp_links > li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .footer-icp .icp_links > li[class^="type-"]::before {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 16px;
    margin: -3px 11px 0 0;
    vertical-align: middle;
    content: "";
  }
  .footer-icp .icp_links > li.type-icp::before {background: url(../img/cmn_icp_ic01.png) no-repeat;}
  .footer-icp .icp_links > li.type-police::before {background: url(../img/cmn_icp_ic02.png) no-repeat;}
  .footer-icp .icp_links > li + li {
    margin-left: 34px;
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .HeaderBody::after,
  .breadcrumbs::after,
  .container::after,
  .assist-wrap-v3::after,
  .footer-wrap-v3::after,
  .footer-sitemap .sitemap_links::after,
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links::after,
  .footer-guide .guide_menu::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 2.0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .gnav-list > li > a {
    font-size: 2.0rem;
  }
  .gnav-list > li:not(:last-child)::after {
    top: .2em;
  }
  .footer-policy .policy_text {
    font-size: 1.6rem;
  }
  .footer-policy .policy_action > [class*="policy_"] {
    font-size: 1.6rem;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 1.8rem;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a > .sitemap_tab_label {
    height: 50px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li {
    width: calc((100% - 90px) / 4);
  }
  /* for IE11 */
  [data-browser="ie11"] .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li {
    width: calc(((100% - 90px) / 4) - 0.1px);
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(-n+5) {
    margin-top: .75em;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(5n+1) {
    clear: none;
    margin-left: 30px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(-n+4) {
    margin-top: 0;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_panel .sitemap_tab_links > li:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gnav-list > li > a {
    font-size: 1.9rem;
  }
  .gnav-list > li:not(:last-child)::after {
    top: .15em;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .gnav-list > li:not(:last-child)::after {
    top: .05em;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li {
    width: calc((100% - 80px) / 5);
    margin-left: 20px;
  }
  .footer-sitemap .sitemap_tab .sitemap_tab_navi .sitemap_tab_list > li > a {
    font-size: 1.6rem;
  }
  .footer-sitemap .sitemap_links > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-identity {
    padding-left: 40px;
  }
  .header-utility {
    padding-right: 40px;
  }
  .footer-guide .guide_menu > li {
    margin-right: 30px;
  }
  .footer-utility .utility_links {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .gnav-list > li:not(:last-child)::after {
    top: 0;
  }
  .assist-search {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}

/*新闻页添加*/
.img-thum img{
  width: 150px;
  height: 100px;

}
.pagenave li {
  list-style: none;
  display: inline-block; 
  padding: 5px 15px;
}

.single-post .bpsd .l {
  width: 65%;
  float: left;
  margin-right: 5%;
}
.single-post .bpsd .r {
  width: 30%;
  float: left; 
}
.single-post .bpsd p {   
    text-align: left; 
}
.single-post .bpsd p img {
    margin-left: -2em;
    max-width: 100% !important;
}
.single-post .bpsd h6 ,.single-post .sd-pro-info h6{
  font-size: 24px;
  margin-bottom: 20px;
}
 
.single-post .sd-pro-info {
    padding: 0px;
}
.single-post .sd-pro-info .container{
    padding: 0px;
}
.single-post .bpsd h6 span,.single-post .sd-pro-info h6 span {
    color: #f00; 
    padding-right: 10px;
}
.single-post .sd-pro-info .wx-p h6{
  font-size: 24px;
  margin-bottom: 20px;

}
/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .pc-hidden,
  .Pagetop {
    display: none !important;
  }
  .AssistClone {
    display: none !important;
  }
  .assist-navi {
    position: static !important;
    width: 960px !important;
  }
  .Footer {
    position: static !important;
  }
}